KsCommandStatus<T> Class

Represents a state of a KINGSTAR method plus a value, whose type depends on the method.

Inheritance Hierarchy

System.Object
IntervalZero.KINGSTAR.Base.Api.KsCommandStatus
    IntervalZero.KINGSTAR.Base.Api.KsCommandStatus<T>

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class KsCommandStatus<T> : KsCommandStatus
Public Class KsCommandStatus(Of T) Inherits KsCommandStatus

 

The KsCommandStatus <T> class exposes the following members.

Constructors

 NameDescription
KsCommandStatus<T>Initializes a new instance of the KsCommandStatus<T> class.

Properties

 NameDescription
ValueThe value returned by a method. Its type depends on the method.

See also

IntervalZero.KINGSTAR.Base.Api Namespace